-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add services field into package manifest.yml #125
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please hold off on PR's until we agree on the right format to use in #122 ?
Closing this draft after we discussed more on the design. |
* WIP * Use docker command to fetch base image for EPR * Fix: sort fields * Remove TODO file * Fix: comment
What does this PR do?
This PR is to add a new
services
field option into the packagemanifest.yml
file. For example:Why is it important?
With this new field, we can expose services under a package to users as separate integrations in Fleet Integrations list. For example, instead of only showing users we support AWS integration, we can also show AWS EC2, AWS SNS and etc.
Checklist
code/go/internal/validator/test/packages
that prove my change is effective.versions/N/changelog.yml
.Related issues